Visual Basic (Declaration) | |
---|---|
Public Overloads Sub DataBindY( _ ByVal ParamArray yValues() As System.Double _ ) |
C# | |
---|---|
public void DataBindY( params System.double[] yValues ) |
Parameters
- yValues
- Specifies an array of Y values of the DataPoint object that has been added to the collection.